home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue33
/
packlist
/
cvcs.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-03
|
164 b
|
13 lines
program Cvcs;
uses
Forms,
Main in 'MAIN.PAS' {CVCSMain};
{$R *.RES}
begin
Application.CreateForm(TCVCSMain, CVCSMain);
Application.Run;
end.